Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.theme.html--standalone-filters

This contribution is part of XML component org.nuxeo.theme.html inside nuxeo-theme-html-6.0.jar

Extension Point

Extension point standalone-filters of component ThemeService.

Contributed Items

  • <standalone-filter name="collect xmlns">
          <class>
            org.nuxeo.theme.html.filters.standalone.XmlNamespaces
          </class>
        </standalone-filter>
  • <standalone-filter name="control fragment visibility">
          <class>
            org.nuxeo.theme.html.filters.standalone.FragmentVisibility
          </class>
        </standalone-filter>

XML Source

<extension point="standalone-filters" target="org.nuxeo.theme.services.ThemeService">

    <standalone-filter name="collect xmlns">
      <class>
        org.nuxeo.theme.html.filters.standalone.XmlNamespaces
      </class>
    </standalone-filter>

    <standalone-filter name="control fragment visibility">
      <class>
        org.nuxeo.theme.html.filters.standalone.FragmentVisibility
      </class>
    </standalone-filter>
  </extension>